Vapi Metadata Metamodel ElementValue
The Vapi Metadata Metamodel ElementValue schema describes the value of the metadata element.
{
"type": "string",
"long_value": 0,
"string_value": "string",
"list_value": [
"string"
],
"structure_id": "string",
"structure_ids": [
"string"
]
}
Type of the value.
For more information see: Vapi Metadata Metamodel ElementValue Type.
Long value of the metadata element.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.LONG.
String value of the metadata element.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRING.
List of strings value of the metadata element.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRING_LIST.
Identifier of the structure element.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRUCTURE_REFERENCE.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure
.
List of identifiers of the structure elements.
This property is optional and it is only relevant when the value of type is Vapi Metadata Metamodel ElementValue Type.STRUCTURE_REFERENCE_LIST.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vapi.structure
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vapi.structure
.